﻿@charset "utf-8";
/* CSS Document */
/*2020.05.06 */
.fl {
    float: left;
}

.fr {
    float: right;
}

.pos {
    position: relative;
}

.box {
    /*overflow: hidden;*/
}

.container {
    width: 1370px;
    padding: 0;
    margin: 0 auto;
}

/*@media (max-width: 1440px) {
    .container {
        width: 1200px;
        padding: 0;
        margin: 0 auto;
    }
}*/

/*顶部弹出搜索样式*/
/*header-top*/
.header-top {
    color: #fff;
    position: absolute;
    top: -6px;
    right: 15px;
    text-align: right;
}

.search-btn {
    font-size: 18px;
    float: right;
    cursor: pointer;
    width: 40px;
    text-align: center;
    /*height: 30px;*/
    /*line-height: 30px;*/
    color: #333;
}

    .search-btn:hover {
        opacity: .9;
        text-decoration: none;
    }

.search-box {
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    position: relative;
    z-index: 1000;
    background: #fff;
}

    .search-box h2 {
        font-size: 24px;
        color: #555;
        margin-bottom: 30px;
        margin-top: 50px;
    }

    .search-box .container {
        position: relative;
    }

    .search-box .close {
        position: absolute;
        top: 0px;
        right: 15px;
        font-size: 14px;
        cursor: pointer;
    }

        .search-box .close i {
            font-style: normal;
        }

.search-form {
    margin-bottom: 80px;
    width: 100%;
    position: relative;
}

    .search-form .form-text {
        width: 100%;
        border: none;
        border-bottom: 1px solid #009fe3;
        font-style: italic;
        height: 60px;
        font-size: 16px;
        /*padding: 0 100px 0 15px;*/
    }

        .search-form .form-text:focus {
            font-style: normal;
            border-bottom-color: #009fe3;
        }

    .search-form .form-submit {
        position: absolute;
        right: 0;
        top: 0px;
        width: 100px;
        height: 60px;
        line-height: 60px;
        background: none;
        border: none;
        outline: none;
        color: #666;
        font-weight: bold;
        font-size: 20px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        .search-form .form-submit:hover {
            background: #009fe3;
            color: #fff;
        }

/*顶部弹出样式 end*/
.wc-top {
    height: 134px;
    background: rgba(255,255,255,0.85);
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 111;
}

.logo {
    width: 420px;
    height: 124px;
}

    .logo img {
        width: 420px;
        height: 124px;
    }

.top-right {
    /*width: 670px;*/
    /*overflow: hidden;*/
    margin-top: 48px;
}


/*top end*/
.wc-menu {
    height: 70px;
    /*width:730px;*/
    float: left;
}


    .wc-menu ul {
        /*转化为table 并且，宽度百分百，*/
        /*display: table;
	width: 100%;   */
    }

        .wc-menu ul li {
            line-height: 47px;
            position: relative;
            /*居中并且转为table-cell*/
            text-align: center;
            /*display: table-cell;*/
            float: left;
            list-style: none;
            background: url(../../images/mli.png) no-repeat right center;
        }

            .wc-menu ul li.last {
                background: none;
            }

                .wc-menu ul li.last a {
                    background: none;
                }

            .wc-menu ul li a {
                font-size: 16px;
                color: #777;
                padding: 0 28px 0 16px;
                line-height: 46px;
                display: block;
                text-transform: uppercase;
                /*transition: all 0.2s;*/
                text-decoration: none;
            }

                .wc-menu ul li a.active {
                    /*border-bottom: 4px solid #fa7a1b;*/
                    color: #fa7a1b;
                    /*font-weight: bold;*/
                }

                .wc-menu ul li a:hover {
                    color: #fa7a1b;
                    /*border-bottom: 4px solid #fa7a1b;*/
                    /*color: #fff;*/
                }

.wc-menu ul li a.selected,   .wc-menu ul li a.parent,   .wc-menu ul li a.move {
    /*border-bottom: 4px solid #fa7a1b;*/
    color: #fa7a1b;
    /*font-weight: bold;*/
}



.wc-menu ul li a.active, .wc-menu ul li a.move, .wc-menu ul li a.selected, .wc-menu ul li a.parent {
    /*border-bottom: 4px solid #fa7a1b;*/
    color: #fa7a1b;
    /*font-weight: bold;*/
}

.wc-menu ul li .ernav {
    position: absolute;
    left: 0px;
    top: 100%;
    background: #e3701a;
    width: 100%;
    /*padding:0 10px;*/
    z-index: 11;
    display: none;
}

    .wc-menu ul li .ernav ul {
    }

        .wc-menu ul li .ernav ul li {
            /*text-align: center;*/
            float: none;
            display: block; /*二级下拉有影响，需要转化为块状*/
            border-bottom: 1px solid #ccc;
            background: none;
            text-align: left;
            line-height: 30px;
        }

            .wc-menu ul li .ernav ul li:last-child {
                border-bottom: none;
            }

            .wc-menu ul li .ernav ul li a {
                line-height: 28px;
                font-size: 14px;
                /*text-align: center;*/
                background: none;
                box-shadow: none;
                border-radius: 0;
                color: #fff;
                margin: 0;
                display: block;
                padding: 5px 15px;
                border-bottom: none;
            }

                .wc-menu ul li .ernav ul li a:hover {
                    background: #d2681a;
                    color: #fff;
                    border-bottom: none;
                }

/*menu End*/



.banner {
    /*height: 692px;*/
    overflow: hidden;
}
    /* 本例子css */
    .banner .slideBox {
        overflow: hidden;
        position: relative;
    }

    .banner .slidetop .hd {
        overflow: hidden;
        position: absolute;
        right: 0px;
        bottom: 30px;
        width: 100%;
        z-index: 1;
    }

        .banner .slidetop .hd ul {
            width: 80%;
            margin: auto;
            text-align: center;
            overflow: hidden;
            zoom: 1;
        }

            .banner .slidetop .hd ul li {
                /*float:left;*/
                display: inline-block;
                margin: 0 22px;
                width: 28px;
                height: 27px;
                line-height: 14px;
                border-radius: 18px;
                text-align: center;
                background: #fff;
                cursor: pointer;
                color: transparent;
                background: url(../../images/ma.png) no-repeat center center;
            }

                .banner .slidetop .hd ul li.on {
                    background: url(../../images/mah.png) no-repeat center center;
                }

    .banner .slidetop .bd {
        position: relative;
        height: 100%;
        z-index: 0;
    }

        .banner .slidetop .bd li {
            zoom: 1;
            vertical-align: middle;
            text-align: center;
        }

        .banner .slidetop .bd img {
            width: 100%;
            max-width: 100%;
        }


    .banner .slidetop a.prev {
        background: url(../../images/aleft1.png) no-repeat left top;
        width: 96px;
        height: 122px;
        display: block;
        position: absolute;
        left: 0px;
        bottom: 0;
        color: #fff;
        text-align: center;
        font-size: 18px;
        font-family: impact;
        cursor: pointer;
        padding-left: 20px;
        padding-top: 80px;
        font-style: normal;
        z-index: 11;
    }

        .banner .slidetop a.prev span {
            width: 300px;
            height: 2px;
            background: #fff;
            position: absolute;
            left: -266px;
            top: 60px;
        }

        .banner .slidetop a.prev i {
            display: block;
            width: 12px;
            height: 12px;
            border-radius: 12px;
            background: #fff;
            margin-left: 10px;
            margin-top: -25px;
        }

        .banner .slidetop a.prev strong {
            font-weight: 1;
            padding-top: 15px;
            display: block;
        }

    .banner .slidetop a.next strong {
        font-weight: 1;
        padding-top: 15px;
        display: block;
    }

    .banner .slidetop a.next i {
        display: block;
        width: 12px;
        height: 12px;
        border-radius: 12px;
        background: #fff;
        margin-top: -25px;
        margin-left: 30px;
    }

    .banner .slidetop a.next {
        background: url(../../images/aright1.png) no-repeat left top;
        width: 96px;
        height: 122px;
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        color: #fff;
        /*text-align: center;*/
        font-size: 18px;
        cursor: pointer;
        padding-top: 80px;
        font-family: impact;
        padding-left: 10px;
        padding-left: 25px;
        font-style: normal;
        z-index: 11;
    }

        .banner .slidetop a.next span {
            width: 300px;
            height: 2px;
            background: #fff;
            position: absolute;
            right: -266px;
            top: 60px;
        }


    .banner .slidetop .ban-text {
        position: absolute;
        left: 0px;
        top: 445px;
        z-index: 1;
        width: 100%;
        line-height: 30px;
        text-align: center;
    }

        .banner .slidetop .ban-text a {
            display: block;
            color: #fff;
            font-size: 52px;
            font-weight: bold;
            line-height: 32px;
            text-decoration: none;
            text-shadow: 3px 3px 3px #333;
            padding: 10px;
        }

            .banner .slidetop .ban-text a span {
                display: block;
                font-size: 32px;
                color: #fff;
                font-weight: bold;
                font-family: arial;
                margin-top: 40px;
            }

/*banner end*/

/*wc-products*/

.pro-top {
    text-align: center;
    background: url(../../images/tbg.png) no-repeat center top;
}

    .pro-top h4 {
        font-size: 42px;
        font-weight: bold;
        color: #fff;
        padding-top: 102px;
    }

        .pro-top h4 a {
            color: #fff;
            text-decoration: none;
        }

            .pro-top h4 a:hover {
                text-decoration: none;
            }

    .pro-top span {
        font-size: 24px;
        font-weight: bold;
        font-family: arial;
        color: #d6ac47;
        display: block;
        text-transform: uppercase;
        margin-top: 10px;
    }

    .pro-top p {
        font-size: 14px;
        color: #d6ac47;
        line-height: 25px;
        width: 725px;
        margin: auto;
        margin-top: 20px;
    }

.wc-products {
    background: #16263e;
    min-height: 930px;
}

.per-con {
    margin-top: 70px;
}

    .per-con ul li {
        float: left;
        width: 400px;
        background: #d6ac47;
        height: 480px;
        margin-right: 80px;
        margin-bottom: 80px;
        border-top-right-radius: 35px;
        border-bottom-left-radius: 35px;
    }

        .per-con ul li a {
            display: block;
            color: #fff;
            text-decoration: none;
        }

        .per-con ul li:nth-child(3n) {
            margin-right: 0px;
        }

        .per-con ul li .li-img {
            border-top-right-radius: 35px;
            height: 316px;
            overflow: hidden;
        }

            .per-con ul li .li-img img {
                width: 400px;
                height: 316px;
                transform: scale(1.0);
                transition: all 1.5s;
                border-top-right-radius: 35px;
            }

        .per-con ul li:hover .li-img img {
            transform: scale(1.2);
            transition: all 1.5s;
        }



        .per-con ul li .li-tt {
            height: 165px;
            padding: 20px 30px;
        }

            .per-con ul li .li-tt h4 {
                font-size: 22px;
                color: #fff;
                margin-bottom: 10px;
            }

            .per-con ul li .li-tt p {
                font-size: 16px;
                color: #fff;
                line-height: 25px;
            }

        .per-con ul li:hover {
            background: #b78b20;
        }




/*wc-products end*/


/*wc-news*/

.wc-news {
    background: url(../../images/newbg.jpg) no-repeat center center;
    background-size: cover;
    min-height: 880px;
    background-attachment: fixed;
}

.new-con {
    margin-top: 70px;
}

    .new-con .new-one {
        width: 700px;
        position: relative;
    }

        .new-con .new-one img {
            width: 700px;
            height: 440px;
        }

    .new-con .new-onett {
        background: rgba(38,105,167,0.85);
        width: 100%;
        height: 220px;
        position: absolute;
        left: 0px;
        bottom: 0px;
        padding: 35px 100px 30px 35px;
        transition: all 1.5s;
    }

        .new-con .new-onett a {
            display: block;
            font-size: 24px;
            font-weight: bold;
            color: #fff;
            text-decoration: none;
            margin-top: 10px;
            line-height: 32px;
        }

        .new-con .new-onett span {
            display: block;
            font-size: 16px;
            font-weight: bold;
            color: #fff;
            margin-top: 20px;
        }

        .new-con .new-onett:hover {
            opacity: 0.8;
            cursor: pointer;
            transition: all 1.5s;
        }

.new-two {
    width: 335px;
}

    .new-two img {
        width: 335px;
        height: 220px;
    }

.new-twott, .new-threett {
    background: rgba(38,105,167,0.85);
    width: 100%;
    height: 220px;
    padding: 35px 35px 30px 35px;
    transition: all 1.5s;
}

    .new-twott a, .new-threett a {
        display: block;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        text-decoration: none;
        margin-top: 10px;
        line-height: 28px;
    }

    .new-con .new-twott span, .new-threett span {
        display: block;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        margin-top: 20px;
    }

    .new-twott:hover, .new-threett:hover {
        opacity: 0.8;
        cursor: pointer;
        transition: all 1.5s;
    }


.new-three {
    width: 335px;
}

    .new-three img {
        width: 335px;
        height: 220px;
    }




/* wc-partners */
.wc-partners {
    background: #16263e;
    min-height: 570px;
}


.par-con {
    padding-top: 75px;
}

    .par-con ul li {
        float: left;
        width: 225px;
        height: 132px;
        background: #fafafa;
        border-bottom: 3px solid #d6ac47;
        margin-right: 60px;
        text-align: center;
        padding: 0;
        padding-top: 12px;
    }

.bottom-leftToRight:after {
    border-bottom: 3px solid #00a7e4;
    bottom: -3px;
}

.par-con ul li:last-child {
    margin-right: 0;
}

.par-con ul li:hover {
    /*border-bottom: 3px solid #00a7e4;*/
}

/*wc-partners end*/

.footer {
    background: #090e17;
    min-height: 100px;
    padding: 45px 0 35px;
    text-align: center;
}

    .footer p {
        font-size: 14px;
        color: #fff;
        line-height: 29px;
    }

        .footer p a {
            font-size: 14px;
            color: #fff;
        }
/*.wc-copyEnd*/


/*分屏幕处理banner*/
@media screen and (min-width: 1369px) and (max-width: 1400px) {
    .banner .slidetop .ban-text {
        top: 30rem;
    }

    .box {
        overflow: hidden;
    }
}

@media screen and (min-width: 1401px) and (max-width: 1660px) {
    .banner .slidetop .ban-text {
        top: 33rem;
    }
}
